// 矩形の頂点の位置 constexpr Object::Vertex rectangleVertex[] = { {-0.5f, -0.5f}, {0.5f, -0.5f}, {0.5f, 0.5f}, { -0.5f, 0.5f } };